ComponentOne Data Source for Entity Framework
C1.LiveLinq.LiveViews Namespace / GroupView<TKey,TElement> Class / DeferredMaintenance Property

In This Topic
    DeferredMaintenance Property (GroupView<TKey,TElement>)
    In This Topic
    This property overrides View.DeferredMaintenance.
    Syntax
    'Declaration
     
    
    Public Overrides NotOverridable ReadOnly Property DeferredMaintenance As System.Boolean
    public override System.bool DeferredMaintenance {get;}
    See Also